type github.com/gotd/td/internal/pool.reqKey
7 uses
	github.com/gotd/td/internal/pool (current package)
		req_map.go#L9: type reqKey int64
		req_map.go#L12: 	m   map[reqKey]chan *poolConn
		req_map.go#L21: 		m: map[reqKey]chan *poolConn{},
		req_map.go#L25: func (r *reqMap) request() (key reqKey, ch chan *poolConn) {
		req_map.go#L26: 	key = reqKey(r.nextRequest.Inc())
		req_map.go#L43: 	var k reqKey
		req_map.go#L59: func (r *reqMap) delete(key reqKey) {
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |